var net/http.http2errClientConnNotEstablished

3 uses

	net/http (current package)
		h2_bundle.go#L8086: 		if err == http2errClientConnNotEstablished {
		h2_bundle.go#L8122: 	http2errClientConnNotEstablished = errors.New("http2: client conn could not be established")
		h2_bundle.go#L9215: 			return http2errClientConnNotEstablished